home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_091 / adlrun / readme < prev    next >
Text File  |  1992-05-06  |  956b  |  24 lines

  1. This directory contains the sources for adlrun, the ADL runtime package.
  2. The files are as follows:
  3.  
  4.     adlarith.c    -    Code to handle builtin arithmetic routines
  5.     adldwim.c    -    Code to handle "dwimming"
  6.     adlerr.c    -    Code to print out runtime errors
  7.     adlfuncs.c    -    Code to properly execute builtin routines
  8.     adlintrn.c    -    Code to handle internal variable routines
  9.     adlmach.c    -    The ADL virtual machine
  10.     adlmacro.c    -    The ADL Runtime Macro package
  11.     adlmiscr.c    -    Code to handle miscellaneous builtin routines
  12.     adlobjr.c    -    Code to handle builtin object routines
  13.     adlrun.c    -    Main program for adlrun
  14.     adlscrn.c    -    Screen formatting code
  15.     adlspec.c    -    Code to handle the routine $spec
  16.     adlstr.c    -    Code to handle builtin string routines
  17.     adltrans.c    -    Code to handle $setv, $hit, and $miss
  18.     rtdict.c    -    Code for the dictionary
  19.     rtglob.c    -    Global declarations
  20.     rtlex.c        -    Run Time Lexical Analyzer
  21.     rtparse.c    -    Run Time Parser
  22.  
  23. To make adlrun, simply type "make" in this directory
  24.